home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / shell / tsbgex / set16c0.bat < prev    next >
Encoding:
DOS Batch File  |  1994-11-16  |  180 b   |  8 lines

  1. if "%2" == "" goto DEFAULT
  2. run386 -nocrt setvar.exp %1 col16_c d 1
  3. run386 -nocrt setvar.exp %1 col16_0 d %2
  4. goto EXIT
  5. :DEFAULT
  6. run386 -nocrt setvar.exp %1 col16_c d 0
  7. :EXIT
  8.